object formInfoWin: TformInfoWin Left = 326 Top = 253 BorderStyle = bsSizeToolWin ClientHeight = 289 ClientWidth = 337 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter Scaled = False DesignSize = ( 337 289) PixelsPerInch = 96 TextHeight = 13 object bnOk: TButton Left = 248 Top = 256 Width = 81 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 0 OnClick = bnOkClick end object reInfo: TRichEdit Left = 8 Top = 8 Width = 321 Height = 238 Anchors = [akLeft, akTop, akRight, akBottom] BorderStyle = bsNone Color = clBtnFace ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end end